Skip to main content
GET
Fetch document classification [ap-3]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

submission_id
string
required

Response

Results of document type classification if classification analysis was enabled for the submission.

status
enum<string>
required
Available options:
SUCCESS
analysis_time
string
required

Timestamp of analysis

deployment_version
string
required

Version of quality engine used for analysis

Maximum string length: 256
query_id
string | null
required

Optional customer-defined identifier for correlating this submission with internal systems. Must not contain PII.

Maximum string length: 2048
sha256
string
required

Sha256 of the input file

Required string length: 64
mime_type
string
required

Mime type of the input file, e.g. application/pdf, image/jpeg, etc.

Maximum string length: 256
document_classification
Document classification · object

Information about the document type and issuer, or null if classification is not available